home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
DockExtenders
/
Locus
/
Source
/
Makefile.preamble
< prev
next >
Wrap
Makefile
|
1993-05-26
|
293b
|
15 lines
#
# When compiling the test version (non-install),
# increment the revision counter on each compile
#
version:: IncVersion
@echo "Incrementing revision counter..."
@IncVersion
@$(MAKE) app
IncVersion: IncVersion.m
$(CC) $(CFLAGS) IncVersion.m -o IncVersion
OTHER_GARBAGE = IncVersion